Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1SelectionManager<T> Class
Properties Methods Events


In This Topic
    C1SelectionManager<T> Class Members
    In This Topic

    The following tables list the members exposed by C1SelectionManager<T>.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating if the selection of multiple ranges at the same time is allowed.  
    Public PropertyGets the current selected item (if not in single selection mode returns the last of the SelectedItems.  
    Public PropertyGets the list of current selected items.  
    Public PropertyGets or sets the selection mode used by the C1SelectionManager.  
    Top
    Public Methods
     NameDescription
    Public MethodClears the current selection.  
    Public MethodOverloaded. Handles the item selection, checks the item current status and updates the selected items.  
    Top
    Public Events
     NameDescription
    Public EventFired when the selection changes.  
    Public EventFired when the selection is changing.  
    Top
    See Also